projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa9ce93
)
wrap java-minor-types in java-font-lock-keywords-2.
author
Simon Marshall
<simon@gnu.org>
Mon, 7 Dec 1998 10:54:47 +0000
(10:54 +0000)
committer
Simon Marshall
<simon@gnu.org>
Mon, 7 Dec 1998 10:54:47 +0000
(10:54 +0000)
lisp/font-lock.el
patch
|
blob
|
history
diff --git
a/lisp/font-lock.el
b/lisp/font-lock.el
index 2e3bec5b057a53e5c79bcd92b98d2d18c66e6f0a..7c201f075da8d869c54a273993f625c491eb2b07 100644
(file)
--- a/
lisp/font-lock.el
+++ b/
lisp/font-lock.el
@@
-2820,7
+2820,7
@@
See also `java-font-lock-extra-types'.")
(list
;;
;; Fontify all builtin type specifiers.
- (cons (concat "\\<
" java-minor-types "
\\>") 'font-lock-type-face)
+ (cons (concat "\\<
\\(" java-minor-types "\\)
\\>") 'font-lock-type-face)
;;
;; Fontify all builtin keywords (except below).
(concat "\\<\\(" java-keywords "\\|" java-major-types "\\)\\>")